home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -seriously_amiga- / shareware / programming / c / orion / todo.txt < prev   
Text File  |  1998-01-05  |  713b  |  27 lines

  1. To Do:
  2. ~~~~~~
  3.  
  4. -For displaying memory/resource flags do a bits->name mapper
  5.    ie Show MEMF_CHIP instead of a decimal value
  6.  
  7. -Have a flag (1 per resource type) so that when an allocation is made
  8.    a requester appears asking if a failure should be faked.
  9.  
  10. -GUI
  11.  
  12. -Allow freeing/viewing/editing/saving of individual allocations (in GUI)
  13.  
  14. -Make amigaguide documentation
  15.  
  16. -add a 'dog tag' at end of memory allocations, and verify it's still
  17. valid when freeing.
  18.  
  19. -make pointer_status() call which returns validity of the data:
  20.    dhPS_NULL for a NULL pointer, DHPS_CORRUPT for corrupt data
  21.    DHPS_OKAY for okay.
  22.  
  23. -pointer status should be defined to call an empty routine when not
  24. DEBUGing
  25.  
  26. -directly support kprintf
  27.